home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Text Box Banner 1.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  52 lines

  1. [SUBJECT]
  2. Description=Displays a scrolling text banner in a text box - 1st variant
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;var posBan1=0, ban1, delayBan1, msgBan1;
  11. ;msgBan1="`message`";
  12. ;function banniere1() {
  13. ;  delayBan1 = `delay`;
  14. ;  if (posBan1 >= msgBan1.length)
  15. ;    posBan1 = 0;
  16. ;  else if (posBan1 == 0) {
  17. ;    msgBan1 = '        ' + msgBan1;
  18. ;    while (msgBan1.length < 128)
  19. ;      msgBan1 += '        ' + msgBan1;
  20. ;  }
  21. ;  document.formBan1.Fbanniere1.value = msgBan1.substring(posBan1,posBan1+msgBan1.length);
  22. ;  posBan1++;
  23. ;  ban1 = setTimeout("banniere1(delayBan1)",delayBan1);
  24. ;}
  25. ;// end script -->
  26. ;</script>
  27. ;
  28.  
  29. [BODY_TAG]
  30. ;onLoad=" banniere1();" onUnload="clearTimeout(ban1)"
  31.  
  32. [BODY_TEXT]
  33. ;<form name="formBan1">
  34. ;<input type="text" name="Fbanniere1" size="`width`"><br>
  35. ;</form>
  36. ;
  37.  
  38.  
  39. [`message`]
  40. Kind=S
  41. Value=This text is the preview of your result.
  42.  
  43.  
  44. [`delay`]
  45. Kind=N
  46. Value=100
  47.  
  48.  
  49. [`width`]
  50. Kind=N
  51. Value=40
  52.